home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / hotdos.pat < prev    next >
Text File  |  1979-12-31  |  3KB  |  87 lines

  1. How to change the Hot Keys in Hot DOS.  (Version 1.18)
  2. ======================================
  3. Does Ctrl-Left Shift conflict with another memory resident program's
  4. hot-keys?  If so, you may want to change Hot-DOS's.  The procedure is
  5. really quite simple -- ANYONE CAN DO IT!  All you need is the copy of
  6. HOTDOS, and the program DEBUG.COM.  Assuming that both programs are on
  7. the default drive, type the command below.
  8.  
  9.                 DEBUG HOTDOS.COM [Enter]
  10.  
  11. You will be greeted with a dash prompt and the cursor.  If not, type Q
  12. [Enter] and make sure both files are on the current drive.
  13.  
  14.      BY THE WAY: If you ever feel that you have goofed in the
  15.      following steps, get back to the dash prompt (Ctrl-Break
  16.      should do the trick,) and then type Q [Enter].  That will
  17.      return you to DOS without keeping any changes.  It also
  18.      doesn't hurt to make a copy of HOTDOS.COM on another disk,
  19.      to be doubly safe.
  20.  
  21. Thereafter, issue the following command:
  22.  
  23.                 U 440 44B [Enter]
  24.  
  25. You should see something like this:
  26.  
  27.  
  28. xxxx:0440 33C0          XOR     AX,AX
  29. xxxx:0442 8EC0          MOV     ES,AX
  30. xxxx:0444 26            ES:
  31. xxxx:0445 A01704        MOV     AL,[0417]
  32. xxxx:0448 240F          AND     AL,0F
  33. xxxx:044A 3C0A          CMP     AL,06
  34.  
  35. where the xxxx's are some unimportant value.  If this is what you see,
  36. then you are in good shape.
  37.  
  38. Now you need to choose the hot keys you think you want.  Here is a
  39. table:
  40.  
  41.         Key           Value
  42.         -------       -----
  43.         Alt             8
  44.         Ctrl            4
  45.         Left Shift      2
  46.         Right Shift     1
  47.  
  48. Choose the hot keys you want, (for an example, I'll choose Alt-Left
  49. Shift,) and add the values together.  My example gives me 8 + 2 = 10.
  50.  
  51. If your number is 10 or higher, (it can be from 1 to 15) you have to
  52. make a minor adjustment.  Here is the table to do that:
  53.  
  54.       Number:       10  11  12  13  14  15
  55.       New value:     A   B   C   D   E   F
  56.  
  57. If your number is less than 10, you don't need to do anything at all.
  58.  
  59. One way or another, remember your number!  In my case it is `A'.
  60.  
  61. Now we're ready to change the hot key.  Issue the following command:
  62.  
  63.                 E 44B [Enter]
  64.  
  65. You should see the following:
  66.  
  67. 3AD2:044B  06.   (the number you see here should be the same number
  68.                   as you see in that U command above. Check to make
  69.                   sure.)
  70.  
  71. When you feel you're ready, type in the number you came up with, be it
  72. 1 through 9, or A through F, and press the [Enter] key.  You're almost
  73. done!  Two more instructions! they are
  74.  
  75.                 W  [Enter]   (the computer tells you it is writing...)
  76.                 Q  [Enter]   (and now you're back in DOS.)
  77.  
  78. You have just made a copy of HotDOS that will activate using the hot
  79. keys you have chosen.  Remember that this copy is not installed yet,
  80. so you will have to reboot the computer and issue the HOT DOS command,
  81. just as the instructions indicate.
  82.  
  83. ...And if everything is correct, you should have Hot DOS at your
  84. finger tips with your new hot key combination.  Have Fun.
  85.  
  86. Thomas Tuerke
  87.